1.0.2 • Published 5 years ago
@smashing/menu v1.0.2
Smashing UI
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
- Install packages
yarn
- Run
yarn build
- Run
yarn watch
for hot reload and open a new terminal window in the same folder and runyarn storybook
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago
0.5.2
5 years ago
0.5.1
5 years ago
0.5.0
6 years ago
0.4.1
6 years ago
0.4.2
6 years ago
0.4.0
6 years ago
0.3.0
6 years ago
0.2.20
6 years ago
0.2.20-alpha.13
6 years ago
0.2.19
6 years ago
0.2.18
6 years ago
0.2.17
6 years ago
0.2.16
6 years ago
0.2.15
6 years ago
0.2.14
6 years ago
0.2.13
6 years ago
0.2.12
6 years ago
0.2.11
6 years ago
0.2.10
6 years ago
0.2.9
6 years ago
0.2.7
6 years ago
0.2.6
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.3
6 years ago
0.2.2
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.2-alpha.11
6 years ago
0.1.2-alpha.10
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago