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

0.0.17 • Public • Published

@real-system/styling-library

Real System's styling library.

npm version

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-library
# yarn
$ yarn add @real-system/styling-library

Code Example

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

const Block = styled('div')`
  display: block;
`;

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

Project Status

UNDER DEVELOPMENT

  • [x] Build custom style props for easier spreading of props throughout component API's
  • [ ] Build a custom styled-system for deeper customization/requirements and ease-of-use within real system composition
  • [ ] Build abstraction layer of emotion API

Dependents (0)

Package Sidebar

Install

npm i @real-system/styling-library

Weekly Downloads

3

Version

0.0.17

License

MIT

Unpacked Size

351 kB

Total Files

70

Last publish

Collaborators

  • bigwoof91