@bearei/theme
TypeScript icon, indicating that this package has built-in type declarations

1.6.1 • Public • Published

Bearei theme

The Bearei theme library is an npm package based on the Material Design guidelines, designed for customizing and applying themes that adhere to the Material Design style for UI components in Bearei-related projects. It offers a variety of theme configuration options, including colors, fonts, shadows, and shapes, facilitating the creation of consistent and visually appealing user interfaces.

Related Links:

Installation

yarn add @bearei/theme --save

Use

import {theme} from '@bearei/theme'

const {font, color, typography, elevation, createTransition, palette, shape, spacing} = theme({
    scheme: 'light'
})

Dependencies (0)

    Dev Dependencies (29)

    Package Sidebar

    Install

    npm i @bearei/theme

    Weekly Downloads

    0

    Version

    1.6.1

    License

    MIT

    Unpacked Size

    402 kB

    Total Files

    33

    Last publish

    Collaborators

    • bear_ei