0.0.14 • Published 6 months ago

cryll-ui v0.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Cryll UI

A customizable Enterprise standard UI library for React

✨ Features

  • 🌈 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.

🖥 Environment Support

  • Modern browsers
  • Server-side Rendering
  • Electron
EdgeFirefoxChromeSafariElectron
Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

📦 Install

npm install cryll-ui
yarn add cryll-ui
pnpm add cryll-ui

🔨 Usage

import { Button, Input } from "cryll-ui";

export default () => (
  <>
    <Button
      buttonStyle="primary"
      buttonType="button"
      label="Primary"
      size="medium"
    />
    <Badge size="lg" value="7.3" />
  </>
);

🔗 Links

⌨️ Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

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.

🤝 Contributing PRs Welcome

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.

Let's fund issues in this repository

❤️ Sponsors and Backers

We are Open to Sponsorship Reach us at (:reach@anirbansinha.in)

0.0.13

6 months ago

0.0.14

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago