1.5.0-alpha.2 • Published 7 years ago

@procore/crescent v1.5.0-alpha.2

Weekly downloads
12
License
ISC
Repository
github
Last release
7 years ago

CORE

Atomic View Components

What is this?

CORE is a minimalist implementation of Procore's Web Design Guidelines. The library provides:

  • Styles
  • SCSS source files
  • A set of reference React components for convenience

Usage with React

To get started with CORE, import the base stylesheet in your root component:

import React from 'react';
import { Button } from '@procore/core'
import '@procore/crescent/build/index.css';

export default () =>
  <Button variant="action">That was easy 😄</Button>

Developing

CORE requires Node 6+

Styles

yarn
yarn dev:styles

Components

yarn
yarn dev:components

Testing

yarn test

Building

yarn build

Publishing

yarn publish
1.5.0-alpha.2

7 years ago

1.5.0-alpha.1

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago