Socket
Book a DemoInstallSign in
Socket

jbx

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jbx

``` npm i jbx@latest capsize@latest styled-components@latest ```

latest
npmnpm
Version
2.10.0
Version published
Weekly downloads
4
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

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;

FAQs

Package last updated on 10 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts