Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

sbauch/plasma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLASMA by WeWork

Plasma is a design system for creating sensible, modern interfaces.

https://weconnect.github.io/plasma/docs


Developing locally

  1. Run npm run dev from the root directory.
  2. Server is now running. Component docs at http://localhost:8080/plasma/docs. Playgrounds at http://localhost:8080/plasma/playground3

Publishing to NPM

  1. Bump version number in package.json as necessary.
  2. Make sure you're logged in to NPM via npm login.
  3. Run npm run publish from the root directory.
  4. Check https://www.npmjs.com/~wework-dev to make sure package is updated.

Using Plasma

  1. Run npm install @wework-dev/plasma --save in your project.

  2. Link to correct version of CSS in your HTML . Example:

  3. Include the Plasma object (or individual components) in your Javascript. Plasma object example:

    import Plasma from '@wework-dev/plasma';
    <Plasma.Button label='Click it'/>

    Individual components example:

    import { Button } from '@wework-dev/plasma';
    <Button label='Click it'/>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors