holakirr-snow-ui
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

SnowUI

SnowUI is a React UI of mostly (!) "stupid" (with no state or effect, you'll have to provide it by yourself) components library implementation of SnowUI design kit by ByeWind. Implemented and improved by holakirr. Based on TailwindCSS. Build your design using it

Beta build of storybook

Take a look at my CV =)

How to install

1. Install our library

npm add holakirr-snow-ui
# or
yarn add holakirr-snow-ui
# or
pnpm add holakirr-snow-ui
# or
bun add holakirr-snow-ui

2. Add to your global css file

@import "holakirr-snow-ui/index.css";

3. Import any component in your project

import { Button } from "holakirr-snow-ui";

3. You're good to go =)

How to develop

Clone repo

Install dependencies

npm install
# or
yarn
# or
pnpm install
# or
bun install

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Test lib in storybook

One of these commands will start tests:

[!WARNING] Make sure you have storybook running

npm run test
# or
yarn test
# or
pnpm test
# or
bun test

Builds

One of these commands will compile project in 'dist' directory

npm run build-lib
# or
yarn build-lib
# or
pnpm build-lib
# or
bun build-lib

One of these commands will compile storybook in 'storybook-static' directory

npm run build-storybook
# or
yarn build-storybook
# or
pnpm build-storybook
# or
bun build-storybook

Readme

Keywords

Package Sidebar

Install

npm i holakirr-snow-ui

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

480 kB

Total Files

7

Last publish

Collaborators

  • holakirr