How to use dotnetify-elements - 10 common examples

To help you get started, we’ve selected a few dotnetify-elements examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github dsuryd / dotNetify / DevApp / client / app / views / apis / Multicast.js View on Github external
import React from 'react';
import { Markdown, withTheme } from 'dotnetify-elements';
import Article from '../../components/Article';

const Multicast = props => (
  <article id="Content">
    
  </article>
);

export default withTheme(Multicast);
github dsuryd / dotNetify-Elements / DevApp / client / app / views / layout / LayoutPanel.js View on Github external
<button label="Button 1">
                  
                  
                     </button><button label="Button 2">
                  
               
            
         
      );
   }
}

export default withTheme(LayoutPanel);
</button>
github dsuryd / dotNetify-Elements / DevApp / client / app / views / Sandbox.js View on Github external
<h1 slot="value">
               
            
         
      
      
         <div>Footer</div>
      
   
);

export default withTheme(TodoList);
</h1>
github dsuryd / dotNetify-Elements / DevApp / client / app / views / layout / LayoutGrid.js View on Github external
Header
			
			<nav>
				Nav
			</nav>
			<section>
				Section
			</section>
			<footer>
				Footer
			</footer>
		
	
);

export default withTheme(LayoutGrid);
github dsuryd / dotNetify-Elements / DevApp / client / app / views / GetStarted.js View on Github external
import React from 'react';
import { Markdown, withTheme } from 'dotnetify-elements';
import Article from '../components/Article';

const GetStarted = _ =&gt; (
   <article id="Content">
      
   </article>
);

export default withTheme(GetStarted);
github dsuryd / dotNetify / DevApp / client / app / views / GetStarted.js View on Github external
<article id="Content">
    
      
    
  </article>
);

const GetStartedVue = _ =&gt; (
  <article id="Content">
    
      
    
  </article>
);

export default withTheme(GetStarted);
github dsuryd / dotNetify / DevApp / client / app / views / apis / Security.js View on Github external
);

const SecurityKO = () =&gt; (
  <article id="Content">
    
  </article>
);

const SecurityVue = () =&gt; (
  <article id="Content">
    
  </article>
);

export default withTheme(Security);
github dsuryd / dotNetify-Elements / DevApp / client / app / views / Customization.js View on Github external
<div>Original:</div>
               
            
            
               <div>Override:</div>
               
            
         
      
   
);

export default withTheme(Customization);

dotnetify-elements

React components for reactive, real-time .NET web applications.

Apache 2.0
Latest version published 1 year ago

Package Health Score

43 / 100
Full package analysis

Popular dotnetify-elements functions