Answers for "import semantic ui css"

11

semantic-ui cdn

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css">
Posted by: Guest on October-04-2020
4

install semantic ui react

React components can be installed via yarn or npm:
npm install semantic-ui-react semantic-ui-css
##After install, import the minified CSS file in your app's entry file:
import 'semantic-ui-css/semantic.min.css'
#Themes from Semantic UI >=2.3.x require Semantic UI React >=0.81.0.
Posted by: Guest on October-28-2020

Browse Popular Code Answers by Language