0.0.17 • Published 3 years ago
@real-system/styling-library v0.0.17
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
- 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
0.0.15
3 years ago
0.0.16
3 years ago
0.0.17
3 years ago
0.0.11
3 years ago
0.0.12
3 years ago
0.0.13
3 years ago
0.0.14
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.0-20220130051114
3 years ago
0.0.0-20220130044606
3 years ago
0.0.0-next-20220130005939
3 years ago
0.0.0-next-20220130004926
3 years ago
0.0.0-next-20220129231735
3 years ago
0.0.0-next-20220129225534
3 years ago
0.0.4
3 years ago
0.0.0-next-20220128090736
3 years ago
0.0.0-next-20220128085747
3 years ago
0.0.0-20220128083632
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago
0.0.0
3 years ago