Code Monkey home page Code Monkey logo

gix-components's Introduction

GIX Components

GIX Components is a UI kit developed with SvelteKit by the GIX team.

Getting Started

The component library has been originally implemented for the frontend dapp of the Network Nervous System (NNS).

It undergoes continuous improvements, and its showcase and documentation are deployed on the IC: https://gix.design/.

Installation

Install gix-components as a dependency.

npm i @dfinity/gix-components

Packaging

Running npm run package bundles the library. It takes the contents of src/lib and generate a dist directory.

The root directory can be used to consume a local version of gix-components in another project (npm i /../gix-components).

However, to run 'jest' unit tests in the other project, the library needs to be packed first (cd package && npm pack) before being installed (e.g. npm i /../gix-components/dfinity-gix-components-0.0.1.tgz).

See documentation for more information.

Documentation & Showcase

To run the documentation locally, npm run dev can be executed.

Running npm run build will bundle the showcase. It should be executed before deploying the documentation to a canister smart contract.

Note: all pages of the application are set to be pre-rendered per default.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.