@semicolon-ui/react-emotion-theme
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@semicolondsm/react-emotion-theme

Install

yarn add @semicolondsm/react-emotion-theme

Usage

import React from "react";
import { SDSThemeProvider } from "@semicolondsm/react-emotion-theme";

<SDSThemeProvider>
  <MyComponent />
</SDSThemeProvider>;

Usage @emotion/styled

const Test = styled.div`
    color: ${(props) => props.theme.colors.blue400}
    background: ${(props) => props.theme.colors.indigo900}
`;

Readme

Keywords

none

Package Sidebar

Install

npm i @semicolon-ui/react-emotion-theme

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.56 kB

Total Files

8

Last publish

Collaborators

  • teamxquare
  • eungyeole