Overview:
GIX Components is a UI kit developed with SvelteKit by the GIX team. It was initially implemented for the frontend dapp of the Network Nervous System (NNS) and is continuously being improved. The showcase and documentation for GIX Components are deployed on the IC.
Features:
- UI Kit: GIX Components provides a wide range of UI components for web development.
- SvelteKit: The UI kit is built with SvelteKit, a framework for building applications with Svelte.
- Continuous Improvement: GIX Components is regularly updated and improved by the GIX team.
Installation:
To install GIX Components, follow these steps:
- Install gix-components as a dependency.
- Run
npm run packageto bundle the library. This will generate adistdirectory. - The root directory can be used to consume a local version of gix-components in another project (
npm i /../gix-components). - To run Jest unit tests in the other project, pack the library first (
cd package && npm pack) and then install it (npm i /../gix-components/dfinity-gix-components-0.0.1.tgz). - Refer to the documentation for more information.
Summary:
GIX Components is a UI kit developed with SvelteKit by the GIX team. It provides a wide range of UI components for web development and is continuously improved. The showcase and documentation for GIX Components can be found on the IC. To install the UI kit, follow the provided installation instructions.