0.6.0 • Published 1 year ago

snowflakes-ui v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

[ See all components ]

snowflake UI

Preamble

The reason of the existance of this repository is because we needed a way to speed up the website creation on our team. We used Flowbite, but we needed some different features, so we forked this repository into a new one. We have a lot of works to do, migrating all components and adding others.

Installation

To install Snowflake, use the following command:

yarn add snowflakes-ui

Usage

After installing Snowflake, you can import it into your React project and start using its components.

Example usage:

import React from 'react';
import { Button } from 'snowflakes-ui';

function App() {
  return (
    <Button>Click Here</Button>
  );
}

export default App;

Components

The Snowflake library offers a variety of components such as:

  • Buttons
  • Forms
  • Cards
  • etc.

Check the documentation for more information on the available components and how to use them.

Documentation

What you need to define

  • Theme colors in tailwind file
  • input styles and .block styles on global css
  • For section uses tailwind container classname

License

In construction.