1.1.13 • Published 4 months ago
shiba-ui-core v1.1.13
Summary
Shiba UI is a React library focused on best practices, modern tech, and design. It provides reusable, customizable components for consistent, accessible UIs.
⚒️ Technologies: React, Styled Components, TypeScript, Storybook, i18n and Jest.
Installation
To install Shiba UI Core, run the following command:
npm install shiba-ui-core
Or, if you are using yarn:
yarn add shiba-ui-core
After installation, import the components into your project:
import { Button } from 'shiba-ui-core';
function App() {
return <Button text='My Button' onClick={() => alert('Hello!')} />;
}
Documentation
Shiba UI documentation is available on Storybook, featuring installation guides, usage examples, and interactive testing:
- Interactive Components: Real-time visualization and testing.
- Design System: Colors, typography, spacing, and icons.
- Theme/Language Support: Themes (Ocean, Dark, Light) and English/Portuguese.
📄 To access the full documentation, visit: Shiba UI - Storybook
Design System
Shiba UI's Figma Design System ensures consistency with palettes, typography, spacing, and icons, including practical examples for easy integration.