Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.
/ apollo Public archive

🚀 Design system for Enterprise Web Apps

License

Notifications You must be signed in to change notification settings

afry/apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

530 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Design System

Design system for Enterprise Web Apps

npm version Build Status License: MIT Commitizen friendly

Getting Started

Install

Install with npm:

npm install @afconsult/apollo --save

Install with Yarn:

yarn add @afconsult/apollo

Example

  1. Import the stylesheet:
import '@afconsult/apollo/dist/css/apollo.css';
  1. Import required apollo components:
import { Button, Form, FormGroup, Input, Label } from '@afconsult/apollo';
  1. Use the components:
const Example = () => (
  <Form>
    <FormGroup>
      <Label for="example">Example Input</Label>
      <Input id="example" placeholder="Inser text here.." />
    </FormGroup>
    <Button type="submit">Submit</Button>
  </Form>
);

Components

Contribute

Feel free to create an issue or feature request.

Development

  1. Install dependencies:
yarn install
  1. Run examples at http://localhost:8080/ with webpack dev server:
yarn run start

Release

Note: you must have the GITHUB_TOKEN environment variable set to a valid GitHub token with write access to your repo.

  1. Run release script and follow the instructions:
yarn run release
  1. Run publish script to publish apollo to npm.
yarn run publish

Authors

Jon Wahlström (jonwa)

See also the list of contributors.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

🚀 Design system for Enterprise Web Apps

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •