Skip to content

plasmaticjs/plasmatic

Repository files navigation

Plasmatic

Plasmatic npm version

Plasmatic is a full featured framework for polymorphic applications.

Installation

$ yarn add plasmatic babel-plugin-transform-plasmatic-jsx

Quick example

index.html

<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
        <title>Plasmatic App</title>
    </head>
    <body>
        <div pm-component="plasmatic-app"></div>
    </body>
</html>

index.js

import Plasmatic from 'plasmatic'

const App = new Plasmatic.App('plasmatic-app')
App.render(
  <div>
    <h1>Plasmatic Application</h1>
 </div>
)

Authors

Releases

No releases published

Packages

No packages published