## (part of Smashing toolbox)
npm install @smashing/figmatorInstall theme
``sh`
yarn add @smashing/theme
Add Theme Provider
`tsx
import { SmashingThemeProvider } from "@smashing/theme";
const App = () =>
`
You can read more about smashing theme provider to learn how to customize theme.
- 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.
- 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.
- 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.
- Head - Manage page
tag content.
- Title - Manage page