4.1.0 • Published 11 months ago

bootstrap-mireco v4.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Bootstrap Mireco

Mireco pre-wrapped in bootstrap styles for your convenience.

Check out the live demo demo page here.

For more information on Mireco, head over to its project page here.

Installation

  • Install bootstrap in your project, ensuring that the bootstrap css is loaded
  • Install this package using your package manager of choice eg: npm install bootstrap-mireco
  • Load the release css file node_modules/bootstrap-mireco/dist/index.css in your project
  • Use like you would mireco:
import React, { useState } from 'react'
import { Text } from 'bootstrap-mireco'

export const Form = () => {
  const [name, setName] = useState('')
  return (
    <Text
      value={name}
      onChange={setName}
      placeholder="Enter your name"
      block
    />
  )
}
4.1.0

11 months ago

4.0.0

11 months ago

3.0.0

11 months ago

2.0.5

1 year ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago