@devplayhouse/rdx
v1.1.2
Published
components styling for build project penmask ⚡
Downloads
1
Readme
RDX
npm i rdx@latest styled-components@latest
// How to use
import { RDX, Container, H2, Text } from "rdx";
function App() {
return (
<Container>
<RDX accent={"#1F2937"} />
<H2
isColor="#FFF"
fontSize={40}
>React Blur</H2>
<Text isColor="#FFF">
Tool that creates animated CSS transitions. Add sprites and get the code
ready to paste in your site.
</Text>
<Text isColor="#FFF">
Tool that creates animated CSS transitions. Add sprites and get the code
ready to paste in your site.
</Text>
</Container>
);
}
export default App;