Back to package catalog
layout

@frontend_mono/awwwards-projects

Awwwards projects component

Version: 1.0.0

Slug: awwwards-projects

Live preview enabled

Install

npm i @frontend_mono/awwwards-projects

Usage

import awwwardsProjects from '@frontend_mono/awwwards-projects'<awwwardsProjects />

Demo props

const projects = [ { title: 'Atlas', subtitle: 'Design & Dev', src: 'https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=800', color: '#0f172a' }, { title: 'Noon', subtitle: 'Brand Site', src: 'https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=800', color: '#334155' } ]<awwwardsProjects projects={projects} />

How it looks when used