Socket
Socket
Sign inDemoInstall

@jennifersoft/demian-components

Package Overview
Dependencies
97
Maintainers
4
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @jennifersoft/demian-components

JENNIFER Front(Demian) Components


Version published
Maintainers
4
Created

Readme

Source

JENNIFER Front (Demian) Components

React Components used on JENNIFER Front, written with StoryBook.

How to start Storybook

$ npm install
$ npm run storybook

Build as a library

$ npm run build
$ npm version
$ npm publish

Then components would be upload on npm@jennifersoft/demian-components.

How to use on other projects

npm i --save-dev @jennifersoft/demian-components
import { Button, Input, TextArea, ThemeProvider, LIGHT_THEME } from '@jennifersoft/demian-components';

const Container = () => (
    <ThemeProvider theme={LIGHT_THEME}>
        <div>
            <Button primary small>Hello</Button>
            <Input placeholder="input something!" />
        </div>
    </ThemeProvider>    
);

Licesnse

COPYRIGHT @ JENNIFERSOFT INC. ALL RIGHTS RESERVED.

FAQs

Last updated on 01 Sep 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc