Skip to content

minjeongss/surff

Repository files navigation

Surff Design System🏄

It's a Simple React UI Design System. Let's surff! 🌊

Link

Installation

To use Surff, Install the surff package and its peer dependencies(styled-components).

pnpm add surff styled-components
yarn add surff styled-components
npm add surff styled-components

Usage

Skeleton UI

Props

Attribute Type Default Description
width number 60 Set up the width
height number 60 Set up the height

Example

import { Skeleton } from "surff";

function App() {
  return (
    <>
      <Skeleton />
    </>
  );
}

export default App;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published