A customizable Enterprise standard UI library for React
- 🌈 Enterprise-class UI designed for web applications.
- 📦 A set of high-quality React components out of the box.
- 🛡 Written in TypeScript with predictable static types.
- ⚙️ Whole package of design resources and development tools.
- 🌍 Internationalization support for dozens of languages.
- 🎨 Powerful theme customization based on CSS-in-JS.
- Modern browsers
- Server-side Rendering
- Electron
Edge |
Firefox |
Chrome |
Safari |
Electron |
---|---|---|---|---|
Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
npm install cryll-ui
yarn add cryll-ui
pnpm add cryll-ui
import { Button, Input } from "cryll-ui";
export default () => (
<>
<Button
buttonStyle="primary"
buttonType="button"
label="Primary"
size="medium"
/>
<Badge size="lg" value="7.3" />
</>
);
Use Gitpod, a free online dev environment for GitHub.
Or clone locally:
$ git clone git@github.com:cryllgenlabs/cryll-ui.git
$ cd cryll-ui
$ npm install
$ npm start
$ npm run storybook
Open your browser and visit http://localhost:6006/ , see more at Development.
Let's build a better Cryyll UI together.
We welcome all contributions. Please read our Contributing Guide first. You can submit any ideas as Pull Requests or as GitHub Issues. If you'd like to improve code, check out the Development Instructions and have a good time! :)
If you are a collaborator, please follow our Pull Request Principle to create a Pull Request with our Pull Request Template.
We are Open to Sponsorship Reach us at (mailto::reach@anirbansinha.in)