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

semantic-ui-react-misc-components

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-ui-react-misc-components

semantic-ui-react-misc-components React component

  • 0.0.7
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

semantic-ui-react-misc-components

some components built on top of semantic-ui-react.

online demo

codesandbox

offline demo

git clone https://github.com/JaosnHsieh/semantic-ui-react-misc-components.git

npm i

npm start

Usage

npm i --save semantic-ui-react-misc-components

add semantic-ui css file on your index.html

<link rel="stylesheet" ref="//cdn.jsdelivr.net/npm/semantic-ui@2.4.0/dist/semantic.min.css">

availabes example components

import{
  OrderableListUsage,
  OrderableListUsage2,
  OrderableListUsage3,
  RenderModalUsage,
  BlurOverlayUsage,
  EditableTextUsage,
  EditableTextUsage2,
  LazyInputUsage,
  LazyInputUsage2,
  LoadingSpanUsage,
  PaginationTableUsage,
  PaginationTableUsage2,
  PaginationTableUsage3,
  PaginationTableUsage4,
  PlaceSearchUsage
} from 'semantic-ui-react-misc-components';

use them in JSX as

<EditableTextUsage />

check every *Usage components to see how to use them.

Not Production Ready

I put component's usages in the component file and include other npm modules without caring about file sizes for conviences.

Keywords

FAQs

Package last updated on 27 Jan 2019

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