GithubHelp home page GithubHelp logo

herobrauni / spectacle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from formidablelabs/spectacle

0.0 2.0 0.0 12.01 MB

ReactJS based Presentation Library

Home Page: http://formidable.com/open-source/spectacle/

License: Other

JavaScript 94.93% HTML 5.07%

spectacle's Introduction

Spectacle

Travis Status Maintenance Status

A ReactJS-based Presentation Library.

Looking for a quick preview of what you can do with Spectacle? Check out our live Demo Deck here.

Have a question about Spectacle? Submit an issue in this repository using the "Question" template.

Contents

FAQ

How can I easily style the base components for my presentation?

Historically, custom styling in Spectacle has meant screwing with a theme file, or using !important overrides. We fixed that. Spectacle is now driven by emotion, so you can bring your own styling library, whether it's emotion itself, or something like styled-components or glamorous. For example, if you want to create a custom Heading style:

import styled from 'react-emotion';
import { Heading } from 'spectacle';

const CustomHeading = styled(Heading)`
  font-size: 1.2em;
  color: papayawhip;
`;

Can I write my presentation in TypeScript?

Yes, you can! Type definitions are shipped with the library, so you can import Spectacle components into any .tsx presentation without additional installation steps.

Updated type definitions for the Spectacle API can be found at the root of this repository.

Maintenance Status

Active: Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.

spectacle's People

Contributors

kenwheeler avatar ebrillhart avatar kitten avatar ryan-roemer avatar knowbody avatar mathieudutour avatar carloskelly13 avatar kale-stew avatar otorrillas avatar paulathevalley avatar joshuacrass avatar stefvhuynh avatar rawrmonstar avatar tinybeachthor avatar imranolas avatar tikotzky avatar boygirl avatar narinluangrath avatar elreyb avatar exogen avatar ashika01 avatar bmathews avatar jamiebuilds avatar markredeman avatar samwhale avatar maadhattah avatar sodoku avatar dependabot[bot] avatar zhaostan avatar sidsarasvati avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.