Skip to content

The BIX-UI combines agility, elegance and customization in the right way for you to create projects with the best UI components. With BIX-UI the sky is the limit.

Notifications You must be signed in to change notification settings

bixtecnologia/bix-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIX-UI

BIX-UI is a user interface component library developed for React, utilizing TypeScript. It is designed to facilitate component reuse across various projects through a simple CLI interface.

Features

  • Component Reusability: Simplify maintenance and design consistency across multiple projects.
  • CLI Interface: Install components individually as needed.

Installation

You can install BIX-UI directly via npm:

npm install bix-ui

Usage

Adding Components After installation, you can add components to your project using the included CLI. For example, to add the ButtonBase component, run:

npx bix-ui add ButtonBase -c ./path/to/components/folder

If you not use the -c flag, it will search or create the dir components/ui and put the component inside

Importing and Using Components After adding a component, import and use it in your React files:

import ButtonBase from "./path/to/components/folder/ButtonBase";

function App() {
  return (
    <div>
      <ButtonBase />
    </div>
  );
}

export default App;

Working on

  • Ad a unit test to the component
  • Create a flag to pull the unit test too

About

The BIX-UI combines agility, elegance and customization in the right way for you to create projects with the best UI components. With BIX-UI the sky is the limit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published