0.1.29 • Published 16 days ago

@jabirdeveloper/material-symbols v0.1.29

Weekly downloads
-
License
MIT
Repository
-
Last release
16 days ago

Material Symbols for React Project

This is just a simple library to use Material Symbols in your React project. You can learn more about Material Symbols from this link: https://fonts.google.com/icons. This library also includes other libraries namely: material-symbols, clsx, and tailwind-merge.

Installation

npm i @jabirdeveloper/material-symbols

Usage

Import in CSS (example: index.css in Vite):

@import "material-symbols";

Component Symbol props:

Example code to display icon:

...
import { Symbols } from "@jabirdeveloper/material-symbols";

function App() {

  return (
    <>
      ...
        <Symbols filled variants="rounded" grade="high" opticalSize={48}>
          home
        </Symbols>
      ...
    </>
  );
}

export default App;

Thank you

0.1.27

16 days ago

0.1.28

16 days ago

0.1.29

16 days ago

0.1.25

18 days ago

0.1.26

18 days ago

0.1.24

21 days ago

0.1.23

21 days ago

0.1.22

21 days ago

0.1.21

22 days ago

0.1.20

22 days ago

0.1.19

22 days ago

0.1.1804241438

22 days ago

0.1.18424

22 days ago

0.0.1

2 years ago