1.1.13 • Published 9 months ago

shiba-ui-core v1.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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

9 months ago

1.1.12

9 months ago

1.1.11

9 months ago

1.1.10

9 months ago

1.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago