1.0.1 • Published 4 years ago

@smashing/stack v1.0.1

Weekly downloads
32
License
MIT
Repository
github
Last release
4 years ago

Smashing UI

View Storybook

Getting started

Install theme

yarn add @smashing/theme

Add Theme Provider

import {SmashingThemeProvider} from '@smashing/theme'

const App = () => <SmashingThemeProvider>{/* ... */}</SmashingThemeProvider>

You can read more about smashing theme provider to learn how to customize theme.

Components

Core

  • Alert - Component used to give feedback to the user about an action or state.
  • Avatar - Component used to represent users.
  • Button - Common button component
  • Dialog - Component is used to show content on top of an overlay.
  • FormField - Component used for to add label, description, hint and error handling to input.
  • Menu - Multiple components that help create menus.
  • Popover - Component displays floating content in relation to a target.
  • Select - Simple select component being an overlay to a default system one.
  • TextInput - Text input component used in forms.
  • Tooltip - Component used to describe icon buttons.

Typography

  • Text - Inline text component.
  • Strong - Bold variant of Text component.
  • Paragraph - Component used for bigger chunks of texts.
  • Heading - Component used for article and section titles.
  • Label - Component used to describe form inputs.

Functional

  • Head - Manage page <head> tag content.
  • Title - Manage page <title> tag content.
  • css - Global css styles - normalize.css and reset.

Development

  1. Install packages yarn
  2. Run yarn build
  3. Run yarn watch for hot reload and open a new terminal window in the same folder and run yarn storybook
1.0.1

4 years ago

1.0.0

4 years ago

0.1.27

4 years ago

0.1.25

4 years ago

0.1.26

4 years ago

0.1.24

4 years ago

0.1.23

4 years ago

0.1.22

5 years ago

0.1.22-alpha.13

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago