cstyle-ui
v1.1.6
Published
`cstyle-ui` is a custom React component library designed to provide a variety of UI elements like buttons, cards, inputs, and more. This library aims to make building beautiful and consistent UIs easier and more efficient.
Downloads
28
Readme
cstyle-ui
Overview
cstyle-ui
is a custom React component library designed to provide a variety of UI elements like buttons, cards, inputs, and more. This library aims to make building beautiful and consistent UIs easier and more efficient.
Installation
To install the cstyle-ui
package, run:
npm install cstyle-ui
Usage
You can use components directly by importing them into your project:
import React from 'react';
import Button from 'cstyle-ui/Components/Button';
function App() {
return (
<>
<Button1 label="Click me" onClick={() => alert('Button clicked!')} style={'1'} />
</>
);
}
export default App;
Available Components
- Button: 50 buttons are aviavable. (goal: 100)
More components, such as Cards
, Inputs
, and others, will be added in future updates.
Development Status
The library is currently in its early stages and only includes the 50 Buttons
component. Many more components and features will be added in upcoming versions.
Contribution
Contributions are welcome! If you’d like to contribute, please fork the repository and create a pull request. Feel free to open issues for any bugs or feature requests.
License
This project is licensed under the Apache 2.0 License.
For more details and full documentation, visit the official website (coming soon!).
Note: This package is still under development. Full documentation will be available on the official website soon.