veyra-ui
v0.1.36
Published
A reusable React UI component library for modern React applications.
Readme
Veyra UI
Veyra UI is a lightweight, themeable React component library for building consistent application interfaces with TypeScript.
Documentation
Full documentation, component references, examples, and contribution guidance are available in the docs/ folder. Start with:
Install
Install from npm:
npm install veyra-uiOr with yarn:
yarn add veyra-uiQuick usage
Import the published stylesheet once in your app and use components:
import "veyra-ui/styles.css";
import { Button } from "veyra-ui";
export default function App() {
return <Button>Click me</Button>;
}Development
To develop locally:
npm install
npm run devRun the library build:
npm run buildContributing
See docs/contributing.md for contribution guidelines, the development workflow, and testing tips.
License
This project is available under the MIT License. See the LICENSE file for details.
