1.1.13 • Published 4 months ago

shiba-ui-core v1.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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.

🎨 To view the design system, visit: Shiba UI - Figma


🈂️ Para acessar a versão em português do README, clique aqui: Readme - PT-BR

1.1.13

4 months ago

1.1.12

5 months ago

1.1.11

5 months ago

1.1.10

5 months ago

1.1.9

5 months ago

1.1.8

5 months ago

1.1.7

5 months ago

1.1.6

5 months ago

1.1.5

5 months ago

1.1.4

5 months ago

1.1.3

5 months ago

1.1.2

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.0

5 months ago