1.12.0 • Published 14 days ago

@marceloglacial/brinca-ui v1.12.0

Weekly downloads
-
License
ISC
Repository
github
Last release
14 days ago

Brinca UI

npm Cypress workflow wakatime

Design System and React component library for Brinca

Docs and Demos

https://brinca-ui.vercel.app/

Details

The library is built with:

Get Started

Install all the dependencies

yarn install

Start the project

yarn dev

Build

Build Component Library

yarn build

Build Docs

yarn build:docs

Tests

Regular Tests

yarn test

Headless Tests

yarn test:ci

Deployment

This project uses Github Actions to deploy the NPM Package and to build the docs.

How to use in a project

  1. Install the package using the following command:

    yarn add @marceloglacial/brinca-ui
  2. Import the css file using:

    /* yourmaincssfile.css */
    @import '../node_modules/@marceloglacial/brinca-ui/dist/style.css';

    Important (troubleshooting):

    This is a Tailwind project and the initial CSS is already built-in on brinca-ui css. If you are facing CSS issues, remove initial Tailwind's @ markup.

    E.g.:

    /*
    /* yourmaincssfile.css
    /* BEFORE:
    */
    
    @tailwind base;
    @tailwind components;
    @tailwind utilities;
    
    ...
    
    /* AFTER: */
    @import '../node_modules/@marceloglacial/brinca-ui/dist/style.css';
    
    ...
  3. Update your Tailwind config file:

    // tailwind.config.js
    module.exports = {
      content: [
        ...
        './node_modules/@marceloglacial/brinca-ui/**/*.{js,ts,jsx,tsx}',
        ...
      ],
      ...
    };

References

1.12.0

14 days ago

1.11.1

3 months ago

1.10.1

3 months ago

1.9.0

7 months ago

1.8.0

7 months ago

1.7.1

7 months ago

1.6.2

7 months ago

1.6.1

7 months ago

1.3.0

10 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

1.2.2

1 year ago

1.1.2

1 year ago

0.13.0

1 year ago

0.14.0

1 year ago

0.13.1

1 year ago

0.13.2

1 year ago

0.13.3

1 year ago

0.13.4

1 year ago

0.12.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago