Get started with semantic-ui-react CDN

MIT licensed

Semantic-ui-react: Popular React library for responsive, consistent UI with Semantic UI components.

Tags:
  • Semantic UI
  • React

Stable version

Copied!

How to start using semantic-ui-react CDN


import React from 'react';
import { Button } from 'semantic-ui-react';

const App = () => {
  return (
    <div>
      <Button color="blue" content="Click me" />
    </div>
  );
};

export default App;
Copied!

All versions