npm.io
1.15.1 • Published 6 years ago

@arigato/fondant

Licence
MIT
Version
1.15.1
Deps
10
Size
1.3 MB
Vulns
0
Weekly
0

Fondant

The reusable, signature icing on the many cakes and pastries we bake.

Developing

npm run dev

Fondant is now viewable at localhost:6060

Adding Components

Add a README.md file to your component folder to showcase it in React Styleguidist (instructions).

React component example:

```js
<Button size="large">Push Me</Button>
```

You can add a custom props to an example wrapper:

```js { "props": { "className": "checks" } }
<Button>I’m transparent!</Button>
```

Or disable an editor by passing a `noeditor` modifier:

```jsx noeditor
<Button>Push Me</Button>
```

To render an example as highlighted source code add a `static` modifier:

```jsx static
import React from 'react';
```

Examples with all other languages are rendered only as highlighted source code, not an actual component:

```html
<Button size="large">Push Me</Button>
```

Any [Markdown](http://daringfireball.net/projects/markdown/) is **allowed** _here_.

Releasing

Make a new release with a new tag from master.

Travis should queue the release to NPM, which takes anywhere from 5–30 minutes depending on the current queue.