Socket
Socket
Sign inDemoInstall

@afconsult/apollo

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@afconsult/apollo

Design system for ÅF Web Apps


Version published
Weekly downloads
3
decreased by-92.86%
Maintainers
3
Weekly downloads
 
Created
Source

Apollo Design System

npm version Build Status License: MIT
Design system for Enterprise Web Apps

Getting Started

Install

Install with npm:

npm install @afconsult/apollo --save

Install with Yarn:

yarn add @afconsult/apollo

Example

  1. import apollo CSS in your src/index.js file:
import '@afconsult/apollo/dist/css/apollo.css';
  1. Import required apollo components in your src/index.js file or in any of your custom component files:
import { Button, Form, FormGroup, Input, Label } from '@afconsult/apollo';
  1. Tell React to render the components
ReactDOM.render(
  <Form>
    <FormGroup>
      <Label for="example">Example Input</Label>
      <Input id="example" placeholder="Inser text here..">
    </FormGroup>
    <Button type="submit">Submit</Button>
  </Form>,
  document.getElementById('app');
)

Contribute

Feel free to create an issue or feature request. At this point we're not accepting any pull requests.

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.

Keywords

FAQs

Package last updated on 07 Jun 2018

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc