jbx
v2.10.0
Published
``` npm i jbx@latest capsize@latest styled-components@latest ```
Downloads
14
Readme
JBX
npm i jbx@latest capsize@latest styled-components@latest
import { JBX, MainHeader, Text, Space, Container } from 'jbx';
function App() {
return (
<Container>
<MainHeader>React Blur</MainHeader>
<Space h={1} />
<Text>
Tool that creates animated CSS transitions. Add sprites and get the code ready to paste in
your site.
</Text>
<Space h={2} />
<Text>
Tool that creates animated CSS transitions. Add sprites and get the code ready to paste in
your site.
</Text>
</Container>
);
}
export default App;