Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bootstrap-mireco

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-mireco

Mireco wrapped in bootstrap styles

  • 4.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

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
    />
  )
}

FAQs

Package last updated on 24 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc