@bpa-dev/react-uikit
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

⚛️ Atomic UI by Atomic React

Atomic UI is a component library based on Tailwind CSS for React.

Setup

To setup your environment for contributing to this repo, you need to setup a monorepo.

You can simply create a monorepo using NPM Workspaces.

Create a root folder and add a package.json file. Here is ours:

{
 "name": "react-uikit",
 "workspaces": {
  "packages": [
   "packages/*",
   "sites/*"
  ]
 }
}

Create two directories inside the root folder. One named "packages" and the other named "sites".

The packages/ folder is used to store the packages projects. You can clone this repository inside the packages/ folder. The sites/ folder allows you to create projects for testing your packages.

Dont forget to add the react-uikit library inside the package.json of your test site !

Like this:

{
 // ...
 "dependencies": {
  "react-uikit": "*"
  // ...
 }
}

/@bpa-dev/react-uikit/

    Package Sidebar

    Install

    npm i @bpa-dev/react-uikit

    Weekly Downloads

    514

    Version

    0.0.10

    License

    MIT

    Unpacked Size

    301 kB

    Total Files

    80

    Last publish

    Collaborators

    • alex.sivoplyasov
    • physphile