Socket
Socket
Sign inDemoInstall

ghost-design-system

Package Overview
Dependencies
142
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ghost-design-system

Ghost design system - React Component Library


Version published
Maintainers
1
Created

Readme

Source

Ghost Design System - React Components library

Demo

Coverage Status node-current

Available components:

Usage

  1. Run the command:
npm install ghost-design-system
  1. Load the required icon set and initialize the ThemeProvider, for example in your index.tsx :
import { loadIcons, ThemeProvider } from 'ghost-design-system';
import '~ghost-design-system/dist/ghost-design-system.css';

loadIcons();

const App = () => {
  return (
    <ThemeProvider>
      <RestOfYourApp />
    </ThemeProvider>
  );
};
  1. You should be ready to use any of the components of the library.

References

This react components library uses the following:

Peer dependencies:

Dev dependencies:


To go further

Keywords

FAQs

Last updated on 07 Apr 2023

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