top-brains-ui
v0.0.8
Published
Great for pixel-perfect, design-focused components in React
Downloads
21
Readme
title: Top Brains UI
import { Button, Input } from 'top-brains-ui';
Table of Contents
Installation
Install Top Brains UI in your project directory with:
npm install top-brains-uior with Yarn:
yarn add top-brains-uiUsage
Once installed, you can start importing and using PixelReact components in your React application. Here's a quick example:
import { Button } from 'top-brains-ui';
function App() {
return (
<div>
<Button label="Button Label" variant="primary" />
</div>
);
}
export default App;Documentation
For detailed documentation and live examples, click here.
Example
import { Button } from 'top-brains-ui';
function ExampleComponent() {
return <Button label="Click Me!" variant="primary" />;
}License
Top Brains UI is licensed under the MIT License. Feel free to use it in your projects, both personal and commercial.
