@elixir-ui/react
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.1 • Public • Published

Elixir UI - React Component Library

Elixir UI is a React component library built with reusability and maintainability in mind. Create beautiful, responsive, and accessible user interfaces with ease using Elixir UI.

MIT License Version

Requirements

NodeJS
React
CSS Modules
NPM
Typescript

Features:

  • 🔒 Built with CSS Modules: Encapsulates styles within components, reducing style conflicts and improving maintainability.
  • 🖥️ React Server Components (RSC) Compatible: Leverages the power of RSC for improved performance and interactivity.
  • 👨‍💻 Typescript Support: Ensures type safety and improves developer experience.

Installation:

npm install @elixir-ui/react
# or
yarn add @elixir-ui/react
# or
pnpm add @elixir-ui/react

Usage:

Import the desired component from the library and use it in your React application:

import { Button } from "@elixir-ui/react";

function MyComponent() {
  return (
    <div>
      <Button color="primary" variant="solid">
        Click me!
      </Button>
    </div>
  );
}

Documentation:

Comprehensive documentation for each component, including usage examples, props, and customization options, will be available soon.

Contributing:

I welcome contributions from the community! If you have any ideas, suggestions, or bug reports, please feel free to open an issue or submit a pull request.

License:

Elixir UI is licensed under the MIT License.

Package Sidebar

Install

npm i @elixir-ui/react

Weekly Downloads

1

Version

0.0.1-alpha.1

License

MIT

Unpacked Size

26.2 kB

Total Files

27

Last publish

Collaborators

  • quibylix