0.77.0 • Published 9 years ago

react-conventions v0.77.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

React:ions

Circle CI Status for GetAmbassador/react-conventions

Codacy Badge

React:ions is a suite of React components that implement Ambassador's Design and UX patterns. They are designed to be re-usable and composable across large-scale web applications.

Check out our documentation site for live examples.

Installation

Ambassador's React Conventions is available as an npm package.

$ npm install react-conventions

Run the app:

$ npm start

Point your browser to http://localhost:3000

Usage

Using Ambassador's react components is very straightforward.

import React from 'react'
import Button from 'react-conventions/lib/Button'

const MyComponent = () => (
  <Button />
);

export default MyComponent

License

This project is licensed under the terms of the MIT license

Release Process

  1. Checkout / pull latest master branch
  2. Create a new branch (named like release_v0_0_5)
  3. Run: $ npm run build:release
  4. Run: $ npm version <semantic_version> (ex: 0.57.0)
  5. Edit CHANGELOG.md to reflect changes since last release
  6. Ping someone to review CHANGELOG.md
  7. Create a pull request for this branch
  8. Merge pull request
  9. Create release on Github
  10. Run: $ npm publish
  11. Ensure new version is published: https://npmjs.com/react-conventions
0.77.0

9 years ago

0.76.0

9 years ago

0.75.0

9 years ago

0.74.0

9 years ago

0.73.0

9 years ago

0.72.0

9 years ago

0.71.0

9 years ago

0.70.0

9 years ago

0.69.0

9 years ago

0.68.0

9 years ago

0.67.0

9 years ago

0.66.0

9 years ago

0.65.0

9 years ago

0.64.0

9 years ago

0.63.0

9 years ago

0.62.0

9 years ago

0.61.0

9 years ago

0.60.0

9 years ago

0.59.0

9 years ago

0.58.0

9 years ago

0.57.0

9 years ago

0.56.0

9 years ago

0.55.0

9 years ago

0.54.0

9 years ago

0.53.0

9 years ago

0.52.0

9 years ago

0.51.0

9 years ago

0.50.0

9 years ago

0.49.0

9 years ago

0.48.0

9 years ago

0.47.0

9 years ago

0.46.0

9 years ago

0.45.0

9 years ago

0.44.0

9 years ago

0.43.0

9 years ago

0.42.0

9 years ago

0.41.0

9 years ago

0.40.0

9 years ago

0.39.0

9 years ago

0.38.0

9 years ago

0.37.0

9 years ago

0.36.0

9 years ago

0.35.0

9 years ago

0.34.0

9 years ago

0.33.0

9 years ago

0.32.0

9 years ago

0.31.0

9 years ago

0.0.30

9 years ago

0.0.29

9 years ago

0.0.28

9 years ago

0.0.27

9 years ago

0.0.26

9 years ago

0.0.25

9 years ago

0.0.24

9 years ago

0.0.23

9 years ago

0.0.22

9 years ago

0.0.21

9 years ago

0.0.20

9 years ago

0.0.19

9 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago