@real-system/styling
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

@real-system/styling

Real System's styling library.

npm version minified size

Usage

Installation

# install peer dependencies

# npm
$ npm install react react-dom
# yarn
$ yarn add react react-dom

# install styling

# npm
$ npm install @real-system/styling
# yarn
$ yarn add @real-system/styling

Code Example

import styled from '@real-system/styling';

const Block = styled.div`
  display: block;
`;

const MyComponent = () => {
  return (
    <Block>
      ...
    </Block>
  );
};

Package Sidebar

Install

npm i @real-system/styling

Weekly Downloads

0

Version

0.0.12

License

MIT

Unpacked Size

273 kB

Total Files

8

Last publish

Collaborators

  • bigwoof91