Answers for "semantic install code"

0

semantic install code

index.html
<body>
  <!-- ... other HTML ... -->
  <!-- ... Load React ... -->

  <link
    async
    rel="stylesheet"
    href="https://cdn.jsdelivr.net/npm/semantic-ui@2/dist/semantic.min.css"
  />
  <script src="https://cdn.jsdelivr.net/npm/semantic-ui-react/dist/umd/semantic-ui-react.min.js"></script>

  <!-- Load our React component. -->
  <script src="like_button.js"></script>
</body>
Posted by: Guest on March-11-2022
0

semantic install code

bash
$  yarn add semantic-ui-react semantic-ui-css
## Or NPM
$  npm install semantic-ui-react semantic-ui-css
Posted by: Guest on March-06-2022

Browse Popular Code Answers by Language