Docs
Examples
Blog

Getting Started

Installation#

Inside your React project directory, run the following:

yarn add fortnite-components

Or with npm:

npm install fortnite-components

Quick Start#

It's easy to use, just import the components you need

import React from 'react'
import { StoreCard } from 'fortnite-components'
const App = () => {
return (
<div style={{ width:'120px', height:'170px' }}>
<StoreCard name='Safari' />
<div>
)
}

For now it only works for the React and Next.js frameworks