1.0.6 • Published 1 year ago

ui-on-fire v1.0.6

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

🔥 UI ON FIRE

When I started to create components for my projects I realize that they had a lot of similarities so I got an idea (so obvious that you don´t think about it), "If I use my last components as the base, I can reduce the time I need to finish this UI".

That is the purpose of UI ON FIRE 🔥. To be a free library of components that everyone can use in their react projects, so every time you need a UI for a project, you just have to import the components that you need as a base to finish it faster.

⚡️ Quickstart

Open a terminal:

npm install ui-on-fire

Import stylesheet in your root app entry:

// app.tsx, app.jsx
import "ui-on-fire/dist/ui-onfire.css";

Import it:

// view.tsx, view.jsx
import { Button } from "ui-on-fire";

export const View = () => {
  return (
    <Button variant="primary" size="default">
      Click me
    </Button>
  );
};

🌱 Third Party Dependencies

This is a list of dependencies that are user for this module:

  • Storybook
  • Tailwindscss
  • Rollup
  • Typescript
  • classnames

peerDependencies

  • React js.
  • React DOM.
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago