0.4.2 • Published 2 years ago

chi-ui v0.4.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

Gitlab pipeline status NPM

Chi is Zenotta's no-frills front end component library for use in blockchain UI applications, written for React. For when your blockchain projects don't need fancy, and want to ship fast and flexible.

Check out components here

..

📦 Installation

npm install chi-ui
yarn add chi-ui

..

💻 Usage

import { Button, TextInput } from 'chi-ui';

const App = () => (
  <>
    <Button variant="contained">PRESS ME</Button>
    <TextInput type="search" label="Search here..." />
  </>
);

..

🔨 Development

You can clone the repo locally:

$ git clone git@gitlab.com:zenotta/chi.git
$ cd chi
$ npm install
$ npm start

This will run Storybook at http://127.0.0.1:6006.

..

🤝 Contributing

Chi is still at an early stage of development and we welcome all contributions. You can submit any ideas as pull requests or as GitLab issues. We particularly welcome any new components which you feel will improve the development of blockchain-related UIs.

We will soon be creating a set of guidelines for any and all contributions, so stay tuned!

..

🏛 License

Chi is licensed under the MIT License.

0.4.2

2 years ago

0.5.0

3 years ago

0.3.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.8

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago