1.1.2 • Published 2 years ago

@devplayhouse/rdx v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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;
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago