careberry-components v0.5.1
Careberry Components
Careberry Components is a collection of custom components tailored to our personal needs. These components are designed to enhance user interface development by providing commonly used UI elements with consistent styling and functionality.
Included Components
- Button: A customizable button component for various actions.
- Check: Checkbox component for user selection.
- Input: Text input field for user input.
- Label: Text label component for form fields.
- Layout: Flexible layout components for structuring UI elements.
- Popover: Pop-up component for displaying additional content.
- Radio: Radio button component for single selection options.
- Select: Dropdown select component for choosing options.
- Separator: Divider component for visual separation of content.
- Table: Table component for displaying tabular data.
- Textarea: Multiline text input field for larger text entry.
Installation
To install Careberry Components, simply run:
npm install careberry-components
Usage
After installation, you can import the components you need in your project:
import { Button, Check, Input, Label, Layout, Popover, Radio, Select, Separator, Table, Textarea } from 'careberry-components';
Then, use the imported components within your application as needed.
Contributing
We welcome contributions to improve Careberry Components. If you would like to contribute, please follow these guidelines:
- Fork the repository and create a new branch.
- Make your changes and ensure they pass any existing tests.
- Write clear, concise commit messages.
- Submit a pull request with a detailed description of your changes.
License
This project is licensed under the MIT License - see the MIT file for details.
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago