3.1.0 • Published 1 year ago

exmpl v3.1.0

Weekly downloads
12
License
MIT
Repository
github
Last release
1 year ago

exmpl

Quickly create stylish previews for your digital creations

  • For packages published to npm or on GitHub
  • Quick way to scaffold a preview or demo
  • Button, Input, Grid, Code and Tabs elements

Usage with React

import React from 'react'
import { createRoot } from 'react-dom/client'
import { Exmpl, Code } from 'exmpl'

createRoot(document.body).render(
  <Exmpl title="exmpl Demo" npm="exmpl" github="tobua/exmpl">
    <p>This is the introduction.</p>
    <h2>Installation & Usage</h2>
    <Code>{`npm i exmpl`}</Code>
  </Exmpl>
)

title can be any React element, npm and github are optional and can be preprended with further icons.

<Exmpl title={<h4>Title</h4>} icons={<a href="google.com">Google</a>} npm="exmpl" />

Elements

Includes Button, Input, Grid, Code and Tabs elements, refer to the Demo for usage documentation.

3.1.0

1 year ago

3.0.0

3 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.3

5 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago